﻿/***** StandardPageTwoColumn page layout *****/

#uogTwoColumnWrapper {margin:0px 0px 0px 0px; width:820px;}
	#uogTwoColumnLeftColumn {float:left; width:180px;}
	#uogTwoColumnMainColumn {float:right; width:620px;}


/***** StandardPageThreeColumn page layout *****/

#uogThreeColumnWrapper {margin:0px 0px 0px 0px; width:820px;}
	#uogThreeColumnLeftColumn {float:left; width:180px;}
	#uogThreeColumnMainAndRightColumnWrapper {float:right; width:620px;}
	#uogThreeColumnMainColumn {float:left; width:420px;}
	#uogThreeColumnRightColumn {float:right; width:180px;}


/***** General HtmlArea and Web Part containers *****/

DIV.uogStandardPageMainColumnHtmlArea {margin:0px 0px 6px 0px; padding:0px;}
DIV.uogStandardPageMainColumnWebPart {margin:0px; padding:0px;}

DIV.uogStandardPageLeftColumnHtmlArea {font-size:0.88em; line-height:160%; margin:12px 0px 6px 0px; padding:0px;}
DIV.uogStandardPageLeftColumnWebPart {font-size:0.88em; line-height:160%; margin:0px; padding:0px;}

DIV.uogStandardPageRightColumnHtmlArea {font-size:0.88em; line-height:160%; margin:0px 0px 6px 0px; padding:0px;}
DIV.uogStandardPageRightColumnWebPart {font-size:0.88em; line-height:160%; margin:0px; padding:0px;}



/********** Support previous styles. DO NOT DELETE the styles below until all instances have gone from standard pages. **********/


/***** Standard Page editor styles *****/

/* Right Column */

H2.uog-rteRightCustom-H2-Rule-Above {border:0px solid #cccccc; border-top-width:1px; padding-top:0.6em;}


/***** Predefined table formats *****/

.uog-rteMainTable-1 {border:0px solid #cccccc; font-size:0.9em; line-height:1.3em; margin:12px 0px 12px 0px;}
	.uog-rteMainTable-1 TR {vertical-align:top;}
	.uog-rteMainTable-1 TD {border:1px solid #cccccc; padding:0.3em 0.5em 0.4em 0.5em;}

.uog-rteMainTable-2 {border:1px solid #cccccc; font-size:0.9em; line-height:1.3em; margin:12px 0px 12px 0px;}
	.uog-rteMainTable-2 TR {vertical-align:top;}
	.uog-rteMainTable-2 TD {border:0px solid #cccccc; padding:0.3em 0.5em 0.4em 0.5em;}
.uog-rteMainTableHeaderRow-2 {background:#f1f1f1; font-weight:700;}
.uog-rteMainTableOddRow-2 {background:#ffffff;}
.uog-rteMainTableEvenRow-2 {background:#f1f1f1;}
